3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
QuickDraw 3D provides functions that you can use to read QuickDraw 3D objects that are subobjects of custom objects. In general, you should call these functions only within your custom read data method. For additional routines you can use, see "Custom File Object Routines" .
You can use the Q3File_IsEndOfData function to determine whether there is more data for your application to read.
TQ3Boolean Q3File_IsEndOfData (TQ3FileObject file);
You can use the Q3File_IsEndOfContainer function to determine whether there are more subobjects of a custom object for your application to read.
TQ3Boolean Q3File_IsEndOfContainer (
TQ3FileObject file,
TQ3Object rootObject);
Previous | QD3D Book | Overview | Chapter Contents | Next |